SftTree/NET 2.0

SortIndicatorGap Property, DimensionsClass Class

Softel vdm, Inc.

Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property SortIndicatorGap As Integer

C#   

public int SortIndicatorGap { get; set; }

C++   

public: property int SortIndicatorGap {
        int get();
        void set(int value);
}

Property Value

The sort indicator gap in pixels.

The default value is 3.

Comments

The SortIndicatorGap property defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only).

This gap is only used when the sorting indicator is displayed next to the contents (SortIndicatorPosition == SortIndicatorPositionEnum.Side).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com